home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / ebook.dxr / 00062.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  278 b   |  21 lines

  1. on mouseEnter
  2.   cursor([121, 122])
  3.   set the member of sprite 13 to 134
  4. end
  5.  
  6. on mouseDown
  7. end
  8.  
  9. on mouseUp
  10.   if rollover(13) then
  11.     set the member of sprite 13 to 133
  12.     cursor(-1)
  13.     go("02")
  14.   end if
  15. end
  16.  
  17. on mouseLeave
  18.   cursor(-1)
  19.   set the member of sprite 13 to 133
  20. end
  21.